Learn R Programming

DDPM (version 0.1.0)

Apple cultivar: The data show the frequency distributions of the number of roots

Description

The function gives the frequency distributions of the number of roots produced by 270 shoots of the apple cultivar Trajan.

Usage

data_root

Value

data_root gives the frequency distributions of the number of roots.

Arguments

data_root

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the frequency distributions of the number of roots produced by 270 shoots of the apple cultivar Trajan. They were used by Rodrigues (2003) and fitted in the context of the Bayesian analysis of zero-inflated distributions.

References

Rodrigues, J. (2003). Bayesian analysis of zero-inflated distributions. Communications in Statistics-Theory and Methods, 32(2), 281-289.

See Also

data_mites

Examples

Run this code
x<-data_root
summary(x)
table (x)

Run the code above in your browser using DataLab